软件工程C++C++ 类型别名C++ 类型别名传统的方法:使用关键字 typedef,如 typedef double wages; 新标准:使用别名声明: using SI = Sales_item;